body {
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #333;
  background-color: #fff;
}

a {
  text-decoration: none;
  color: #333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:hover {
  text-decoration: none;
}

a:focus {
  text-decoration: none;
}

dl, p, ul, li, h1, h2, h4 {
  list-style: none;
  margin: 0;
  padding: 0;
}

dt {
  font-weight: normal;
}

img {
  display: block;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}

u {
  font-weight: 500;
}

.bgRender {
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}

.time03 {
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
}

.fontSize-lg {
  font-size: 26px;
  line-height: 1.4;
  font-weight: 500;
  color: #1a1a1a;
}

.hs {
  color: #1a1a1a;
}

.bs {color: #ffffff;}

.fontSize-md {
  font-size: 16px;
  color: #1A1A1A;
}

.bgA {
  background-color: #F5F8FB;
}

.bgAT {
background-image:url(crmg.jpg);
background-position:0px -100px;
background-size:100% auto;
filter:alpha(Opacity=95);
-moz-opacity:0.95;
opacity: 0.95;
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #F8F8F8;
}

::-webkit-scrollbar-track {
  border-radius: 6px;
  background-color: #F8F8F8;
}

::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background-color: #C8C6C4;
}

.btn {
  padding: .8rem 1.5rem;
  min-width: 145px;
  border-radius: 6px;
}

.btn:focus, .btn:active:focus {
  outline: none;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: none;
}

.btn-primary {
  background-color: #0077FF;
  border-color: #0077FF;
}

.dropdown-menu {
  border-radius: 12px;
  border-color: #EBEFF2;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  padding: 10px;
}

.dropdown-item {
  padding-top: .6rem;
  padding-bottom: .6rem;
  border-radius: 8px;
}

.rounded {
  border-radius: 6px !important;
}

.w-container {
  max-width: 1280px;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

a.bai { color:#fff;}

.bai { color:#fff;}

.w-nav-wrapper {
  background-color: #fff;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 500;
}
.artcontent {
	min-height:400px;
	width:100%;
	border:0px solid #000;
	}
.artcontent img {
	max-width:100%;
	display:block;
	margin:auto;
	}
.w-nav-wrapper .nav-container {
  padding-left: 20px;
  padding-right: 20px;
  height: 68px;
  border-bottom: 1px solid #EBEBEB;
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w-nav-wrapper .nav-container .brand a {
  display: block;
  width: 113px;
  height: 20px;
  background-image: url(logo.png);
  background-size: 100%;
}

.w-nav-wrapper .nav-container .menu-mobile .menu-button {
  padding: 10px 20px;
  margin-right: -20px;
}

.w-nav-wrapper .nav-container .menu-mobile .menu-button .navbar-toggle {
  display: block;
  position: relative;
  width: 22px;
  height: 34px;
}

.w-nav-wrapper .nav-container .menu-mobile .menu-button .navbar-toggle .icon-bar {
  width: 18px;
  height: 2px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  background-color: #000;
  position: absolute;
  left: 50%;
  margin-left: -9px;
}

.w-nav-wrapper .nav-container .menu-mobile .menu-button .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 0;
}

.w-nav-wrapper .nav-container .menu-mobile .menu-button .navbar-toggle .icon-bar:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 15px;
}

.w-nav-wrapper .nav-container .menu-mobile .menu-button .navbar-toggle .icon-bar:nth-child(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 15px;
}

.w-nav-wrapper .nav-container .menu-mobile .menu-button .navbar-toggle .icon-bar:nth-child(3) {
  display: none;
}

.w-nav-wrapper .nav-container .menu-mobile .menu-button .navbar-toggle.collapsed .icon-bar:nth-child(1) {
  top: 9px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.w-nav-wrapper .nav-container .menu-mobile .menu-button .navbar-toggle.collapsed .icon-bar:nth-child(2) {
  top: 16px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.w-nav-wrapper .nav-container .menu-mobile .menu-button .navbar-toggle.collapsed .icon-bar:nth-child(3) {
  bottom: 9px;
  display: block;
}

.w-nav-wrapper .nav-container .menu {
  position: fixed;
  top: 68px;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  padding: 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.w-nav-wrapper .nav-container .menu .menu-container {
  width: 100%;
}

.w-nav-wrapper .nav-container .menu .con {
  height: calc(100vh - 210px);
  overflow-y: auto;
  overflow-x: hidden;
}

.w-nav-wrapper .nav-container .menu .nav-item {
  border-bottom: 1px solid #EBEBEB;
}

.w-nav-wrapper .nav-container .menu .nav-link {
  padding: 15px 20px;
  font-size: 1rem;
  position: relative;
}

.w-nav-wrapper .nav-container .menu .dropdown-toggle::after {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.w-nav-wrapper .nav-container .menu .dropdown-menu {
  border: 0;
  padding: 0;
  margin-top: -10px;
  padding-bottom: 15px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
}

.w-nav-wrapper .nav-container .menu .nav-item .dropdown-item {
  padding: 10px 20px;
}

.w-nav-wrapper .nav-container .menu .nav-item .dropdown-item .icon {
  width: 35px;
  color: #000;
}

.w-nav-wrapper .nav-container .menu .nav-item .dropdown-item .bi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.w-nav-wrapper .nav-container .menu .nav-item .dropdown-item dt {
  font-size: 14px;
  color: #333;
}

.w-nav-wrapper .nav-container .menu .nav-item .dropdown-item dd {
  font-size: 12px;
  color: #999;
  margin-bottom: 0;
}

.w-nav-wrapper .nav-container .menu .menu-right {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 140px;
  border-top: 1px solid #ebebeb;
  padding: 15px 20px;
  background-color: #fff;
}

.w-nav-wrapper .nav-container .menu .menu-right .btn-group {
  width: 100%;
}

.w-nav-wrapper .nav-container .menu .menu-right .btn-link {
  background-color: #EBEFF2;
}

.w-nav-wrapper .nav-container .menu .dropdownBox .dropdown {
  width: 100%;
}

.w-header {
  padding-top: 68px;
}

.w-hero {
  background-image: url(headerBg.jpg);
  background-color: #0D0E14;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.w-hero .text-wrapper {
  color: #fff;
  margin-top: 60px;
  position: relative;
  z-index: 3;
}

.w-hero .text-wrapper .title {
  font-size: 1.8rem;
  line-height: 1.4;
}

.w-hero .text-wrapper .subcopy-wrapper {
  margin-top: 10px;
}

.w-hero .text-wrapper .subcopy {
  font-weight: lighter;
}

.w-hero .text-wrapper .btn {
  margin-top: 40px;
  border-radius: 0;
}

.w-hero .designer-wrapper {
  height: auto;
  min-height: 60vh;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  margin-top: -1vh;
  padding-top: 7vh;
  padding-bottom: 8vh;
}

.w-hero .designer-wrapper .designer-container {
  width: 100%;
  max-width: 900px;
  height: auto;
  padding-left: 7.5%;
  position: relative;
}

.w-hero .designer-wrapper .designer {
  width: 100%;
  max-width: 1400px;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transform: scale(0.88);
          transform: scale(0.88);
}

.w-hero .designer-wrapper .preview-bar {
  overflow: hidden;
  margin: -1px -1px 0 -1px;
  padding-top: 3.5%;
}

.w-hero .designer-wrapper .preview-bar img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: auto;
  display: block;
  width: 100%;
  max-width: none;
}

.w-hero .designer-wrapper .designer-site-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  padding: 15px;
}

.w-hero .designer-wrapper .designer-site-wrapper .con {
  position: relative;
  overflow: hidden;
  padding-top: 62.5%;
}

.w-hero .designer-wrapper .designer-site-wrapper .site {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
}

.w-hero .designer-wrapper .designer-site-wrapper .drag-mask {
  height: 100%;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
}

.w-hero .designer-wrapper .designer-site-wrapper .beforeImage {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.w-hero .designer-wrapper .designer-site-wrapper .beforeImage img {
  width: 100%;
}

.w-hero .designer-wrapper .designer-site-wrapper .afterImage {
  left: initial;
}

.w-hero .designer-wrapper .designer-site-wrapper .afterImage img {
  width: 100%;
}

.w-hero .designer-wrapper .designer-site-wrapper img {
  border-radius: 6px;
}

.w-footer {
  background-color: #080C13;
  color: #fff;
  text-align:center;
  font-size:12px;
  padding-bottom:8px;
  padding-top:8px;
}

.section {
  padding: 50px 0;
}

.index-featuresA .features-pic {
  width: 85%;
  background-color: #EBEFF2;
  padding: 40px 0;
}

.index-featuresA .features-pic .mobile {
  width: 80%;
  max-width: 580px;
}

.index-featuresB .features-pic {
  width: 85%;
}

.index-featuresB .features-pic .mobile {
  width: 100%;
  max-width: 820px;
}

.index-featuresB .features-list li {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.index-featuresB .features-list .icon {
  width: 40px;
  font-size: 18px;
}

.index-featuresB .features-list .icon i {
  display: block;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.index-featuresB .features-list dl {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.index-featuresB .features-list dt {
  padding: 5px 0;
  font-weight: bold;
}

.index-design {
  background-color: #000;
}

.index-design .w-subject-wrapper dt, .index-design .w-subject-wrapper dd {
  color: #fff !important;
}

.index-design .content img {
  width: 100%;
  margin: 0 auto;
  border-radius: 8px;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  margin-top: 30px;
  -webkit-transition: all .2s ease-out 0s;
  transition: all .2s ease-out 0s;
  position: relative;
  top: 0;
}

.mail_modal-body .edition .btn-light:not(:disabled):not(.disabled).active {
  background-color: #0077FF;
  color: #fff;
}

.w-resellers_head {
  min-height: 100vh;
  background-color: #0B1E2E;
}

.w-resellers_head .w-container {
  min-height: calc(100vh - 68px);
}

.w-resellers_head .w-subject-wrapper dt, .w-resellers_head .w-subject-wrapper dd {
  color: #fff;
}

.w-resellers_head .point {
  border-radius: 15px;
}

@media (min-width: 768px) {
  .w-nav-wrapper .nav-container .menu .con {
    height: calc(100vh - 158px);
    overflow-y: auto;
    overflow-x: hidden;
  }
  .w-nav-wrapper .nav-container .menu .menu-right {
    height: 90px;
  }
  .w-resellers_head .point {
    border-radius: 24px;
  }
}

@media (min-width: 992px) {
  a:hover {
    color: #116DFF;
  }
  .fontSize-lg {
    font-size: 44px;
  }
  .btn {
    font-size: 15px;
    padding-top: 18px;
    padding-bottom: 18px;
    min-width: 155px;
  }
  .dropdown-menu {
    font-size: 15px;
  }
  .w-container {
    width: 90%;
  }
  .section {
    padding: 50px 0;
  }
  .w-nav-wrapper {
    display: -webkit-box;

    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background-color: #080C13;
  }
  .w-nav-wrapper .nav-container {
    border-bottom: 0;
    position: relative;
  }
  .w-nav-wrapper .nav-container .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: static;
    background-color: initial;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 30px;
  }
  .w-nav-wrapper .nav-container .menu .menu-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .w-nav-wrapper .nav-container .menu .con {
    height: auto;
    overflow: initial;
  }
  .w-nav-wrapper .nav-container .menu .menu-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .w-nav-wrapper .nav-container .menu .nav-item {
    border-bottom: 0;
  }
  .w-nav-wrapper .nav-container .menu .nav-link {
    font-size: 15px;
  }
  .w-nav-wrapper .nav-container .menu .dropdown {
    position: relative;
  }
  .w-nav-wrapper .nav-container .menu .dropdown-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .w-nav-wrapper .nav-container .menu .dropdown-toggle::after {
    position: static;
    right: initial;
    -webkit-transform: none;
            transform: none;
  }
  .w-nav-wrapper .nav-container .menu .dropdown-menu {
    padding: 10px;
    position: absolute;
    top: 100%;
    margin-top: 0;
    -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    border: 1px solid #EBEFF2;
    border-radius: 12px;
  }
  .w-nav-wrapper .nav-container .menu .dropdown-item {
    border-radius: 8px;
  }
  .w-nav-wrapper .nav-container .menu .dropdown-item dt {
    font-size: 15px;
  }
  .w-nav-wrapper .nav-container .menu .dropdown-item dd {
    font-size: 14px;
  }
  .w-nav-wrapper .nav-container .menu .menu-right {
    position: static;
    border: 0;
    background-color: initial;
    height: auto;
    padding: 0;
  }
  .w-nav-wrapper .nav-container .menu .menu-right .btn-group {
    width: auto;
  }
  .w-nav-wrapper .nav-container .menu .menu-right .btn {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    padding: 11px 17px;
    width: auto;
    border-radius: 8px;
    min-width: auto;
    display: inline-block;
  }
  .w-nav-wrapper .nav-container .menu .menu-right .btn-link {
    color: #000;
    background-color: initial;
    max-width: 95px;
  }
  .w-nav-wrapper .nav-container .menu .dropdownBox .btn {
    min-width: auto;
    padding-top: 0;
    padding-bottom: 0;
    height: 40px;
  }
  .white.w-nav-wrapper .nav-container .brand a {
    background-image: url(logoA.png);
  }
  .white.w-nav-wrapper .nav-container .menu .nav-link, .white.w-nav-wrapper .nav-container .menu .btn {
    color: #fff;
  }
  .white.w-nav-wrapper .nav-container .menu .nav-link:hover {
    color: #0077FF;
  }
  .white.w-nav-wrapper .nav-container .menu .menu-right .btn-link {
    color: #fff;
  }
  .white.w-nav-wrapper .nav-container .menu .menu-right .btn-primary {
    background-color: #fff;
    color: #000;
    border: 0;
  }
  .white.w-nav-wrapper .nav-container .btn-primary:hover {
    opacity: .9;
  }
  .w-hero .text-wrapper {
    text-align: center;
  }
  .w-hero .text-wrapper .title {
    font-size: 66px;
  }
  .w-hero .text-wrapper .subcopy {
    font-size: 16px;
  }
  .w-hero .text-wrapper .btn {
    border-radius: 8px;
  }
  .w-hero .designer-wrapper {
    max-height: none;
    height: 100vh;
  }
  .w-hero .designer-wrapper .designer-container {
    width: 90%;
    max-width: 1400px;
    padding-left: 0;
    height: 100%;
  }
  .w-hero .designer-wrapper .designer {
    height: 100%;
  }
  .w-hero .designer-wrapper .designer-site-wrapper {
    padding: 20px;
  }
  .w-hero .designer-wrapper .designer-site-wrapper .con {
    padding-top: 0;
    height: 100%;
    border-radius: 10px;
  }
  .w-hero .designer-wrapper .designer-site-wrapper img {
    border-radius: 12px;
  }
  .index-featuresA {
    padding: 0 !important;
  }
  .index-featuresA .features-item {
    position: relative;
  }
  .index-featuresA .features-pic {
    width: 50%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    padding: 0;
  }
  .index-featuresA .features-text {
    width: 50%;
    padding: 130px 0;
    padding-right: 100px;
  }
  .index-featuresA .features-item:nth-child(odd) .features-pic {
    left: 50%;
    right: 0;
  }
  .index-featuresA .features-item:nth-child(even) .features-text {
    margin-left: auto;
    padding-right: 0;
    padding-left: 100px;
  }
  .index-featuresB .features-item {
    padding-bottom: 0 !important;
  }
  .index-featuresB .features-col {
    position: relative;
  }
  .index-featuresB .features-list {
    margin-top: 50px !important;
  }
  .index-featuresB .features-list li {
    margin-top: 30px;
  }
  .index-featuresB .features-pic {
    width: 55%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    padding: 0 30px;
  }
  .index-featuresB .features-text {
    width: 45%;
    padding: 80px 0;
    padding-right: 80px;
  }
  .index-featuresB .features-item:nth-child(odd) .features-pic {
    left: 45%;
    right: 0;
  }
  .index-featuresB .features-item:nth-child(even) .features-text {
    margin-left: auto;
    padding-right: 0;
    padding-left: 80px;
  }
  .w-subject-wrapper dl {
    width: 70%;
  }
}

@media (min-width: 1200px) {
  .index-featuresA .destop {
    width: 40vw;
    max-width: 580px;
    position: relative;
  }
  .index-featuresA .destop .f_page {
    width: 100%;
    -webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.16);
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.16);
    border-radius: 8px;
  }
  .index-featuresA .featuresB {
    width: 40vw;
    max-width: 590px;
    height: 430px;
  }
  .index-featuresA .featuresB img {
    position: absolute;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  }
  .index-featuresA .featuresB .f_a {
    width: 337px;
    right: 0;
    top: 135px;
  }
  .index-featuresA .featuresB .f_b {
    width: 300px;
    right: 40px;
    top: 32px;
  }
  .index-featuresA .featuresB .f_c {
    width: 245px;
    left: 50px;
    top: 0px;
  }
  .index-featuresA .featuresB .f_d {
    width: 265px;
    left: 0;
    top: 207px;
  }
  .index-featuresA .featuresB .f_e {
    width: 340px;
    right: 40px;
    bottom: 0;
  }
  .index-featuresB .destop {
    width: 40vw;
    max-width: 820px;
    position: relative;
  }
  .index-featuresB .featuresC .fc_a {
    width: 100%;
    -webkit-box-shadow: 0 16px 50px rgba(0, 0, 0, 0.16);
            box-shadow: 0 16px 50px rgba(0, 0, 0, 0.16);
    border-radius: 8px;
  }
  .index-featuresB .featuresC .fc_b {
    position: absolute;
    width: 13vw;
    max-width: 260px;
    top: -6%;
    right: 45px;
    -webkit-box-shadow: 0 16px 58px rgba(0, 0, 0, 0.16);
            box-shadow: 0 16px 58px rgba(0, 0, 0, 0.16);
    border-radius: 15px;
  }
  .index-featuresB .featuresD {
    max-width: 840px;
    width: 45vw;
  }
  .index-featuresB .featuresD .fd_a {
    width: 100%;
  }
  .index-featuresB .featuresD .fd_b {
    position: absolute;
    width: 30%;
    max-width: 260px;
    top: -12%;
    left: -15px;
  }
  .index-featuresB .featuresD .fd_c {
    position: absolute;
    width: 50%;
    max-width: 360px;
    top: 8%;
    right: -50px;
  }
  .index-featuresB .featuresD .fd_d {
    position: absolute;
    width: 15%;
    max-width: 90px;
    bottom: 25%;
    right: -30px;
  }
}

@media (min-width: 1400px) {
  body {
    font-size: 16px;
  }
  .fontSize-lg {
    font-size: 68px;
  }
  .fontSize-md {
    font-size: 18px;
  }
  .section {
    padding: 100px 0;
  }
  .w-nav-wrapper .nav-container {
    padding-left: 0;
    padding-right: 0;
    height: 90px;
  }
  .w-nav-wrapper .nav-container .brand a {
    width: 129px;
    height: 23px;
  }
  .w-nav-wrapper .nav-container .menu .nav-link {
    padding-left: 25px;
    padding-right: 25px;
  }
  .w-header {
    padding-top: 90px;
  }
  .w-hero .text-wrapper {
    text-align: center;
    margin-top: 70px;
  }
  .w-hero .text-wrapper .title {
    font-size: 78px;
  }
  .w-hero .text-wrapper .subcopy {
    font-size: 20px;
  }
  .w-footer {
    font-size: 12px;
	text-align:center;
	color:#fff;
	padding-top:10px;
	padding-bottom:10px;
  }
  .w-footer a {
	color:#fff;
  }
  .index-featuresB .features-list {
    margin-top: 100px !important;
  }
  .index-featuresB .features-pic {
    padding: 0 50px;
  }
  .index-featuresB .features-text {
    padding: 100px 0;
  }
  .index-featuresB .features-list .icon i {
    height: 36px;
  }
  .index-design .content .w-container {
    width: 100%;
    max-width: none;
    padding: 0 5%;
  }
  .index-design .content .row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .index-design .content .col-lg-3 {
    max-width: 390px;
  }
  .index-design .content img {
    margin-top: 40px;
  }
  .w-resellers_head .w-container {
    min-height: calc(100vh - 90px);
  }
}

/*2022*/

#qzliuyan {
	width:100%;
	height:600px;
	}
#w-footer a {
	color:#fff;
	}
.crm1, .crm2 { width:100%;}
.crm1 { height:300px; background-image:url(crmbg.jpg); background-position:top center; background-repeat:no-repeat; background-size:100% auto;}
.crm2 { margin-top:30px;}
.crm3 { width:23%; background-color:#efefef; min-height:100px; padding:2%; margin-left:1%; margin-right:1px; float:left;}
.crm4 { width:100%; text-align:center;}
.crm5 { width:100%; text-align:center; padding-top:10px; padding-bottom:10px; font-size:26px;}
.crm6 { width:100%; text-align:center;}
.wxkf { position:fixed; right:0px; bottom:100px; width:120px;}
.wxkf img { width:100%;}
@media screen and (max-width:700px){
.crm3 { width:95%; padding:2%; margin-left:1%; margin-right:1px; float:left; margin-top:35px;}
.featuresA img { width:80%; max-width:500px; display:block; margin:auto;}
}
